From 39fed0d525be2175640ea3a7e95a73fd2beaf058 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Mon, 12 Dec 2011 22:08:17 +0000 Subject: [PATCH] fix r105935, wgContLang still used in the function --- includes/SkinLegacy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinLegacy.php b/includes/SkinLegacy.php index abb7447d5f..f5bc9bfa76 100644 --- a/includes/SkinLegacy.php +++ b/includes/SkinLegacy.php @@ -345,7 +345,7 @@ class LegacyTemplate extends BaseTemplate { } function otherLanguages() { - global $wgOut, $wgLang, $wgHideInterlanguageLinks; + global $wgOut, $wgLang, $wgContLang, $wgHideInterlanguageLinks; if ( $wgHideInterlanguageLinks ) { return ''; -- 2.20.1